Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added null check for isMultipleMRRTsMatchingGivenApp in TokenCacheAccessor which was causing crashes for our users #1550

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

zeee4real
Copy link

@zeee4real zeee4real commented Jul 30, 2020

  • fix: added null check in method isMultipleMRRTsMatchingGivenApp() of TokenCacheAccessor class which was causing crashes to our users

AdamBJohnsonx added a commit that referenced this pull request Aug 11, 2020
In reference to #1550

* The only way I can understand the tokenCacheItem to be null is if something mutates the map unsafely.
* Create a nullsafe equalsIgnoreCase utility in common and use it here.
AdamBJohnsonx added a commit that referenced this pull request Aug 25, 2020
In reference to #1550

* The only way I can understand the tokenCacheItem to be null is if something mutates the map unsafely.
* Create a nullsafe equalsIgnoreCase utility in common and use it here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants